home *** CD-ROM | disk | FTP | other *** search
/ Games for Fun 1 / games-for-fun.iso / Guck rein! / Shareware / Pov-Ray / POV-Ray (68040) / POV-Ray (68040).rsrc / TEXT_443_ transform.txt < prev    next >
Encoding:
Text File  |  1994-03-29  |  219 b   |  6 lines

  1. // object/texture transformation
  2. // do a predeclared translate/rotate/scale combo
  3. // e.g.:
  4. #declare Leaf_Orientation = transform { scale 4.0 rotate 30*z translate 2*y }
  5. transform Leaf_Orientation // transform an object
  6.